home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Bus / S / Solve.cpt / solve / Solve.rsrc / HTXT_1_Description and Usage_ < prev    next >
Text File  |  1987-04-23  |  1KB  |  30 lines

  1. • Description
  2.     Solve is an interactive tool for doing 
  3. mathematical analysis. It solves for values in
  4. equations you specify, given initial values for
  5. some of the variables.
  6.     You edit the equations using a standard text
  7. editor, and then compile them, which produces a 
  8. dialog. This dialog allows you to specify the initial
  9. values, and then displays the solution after the
  10. equations have been solved.
  11.  
  12. • Usage
  13.     To use the program, first create an equation
  14. description file (See File Format). Select new
  15. to create a new file, or open to use an existing
  16. file. 
  17.     Once the description is complete, select the
  18. compile option, to create the input/output
  19. dialog. 
  20.     Fill in the values for some of the variables,
  21. and then click on the Solve button to solve
  22. for the rest of them. Values which have been
  23. computed by the program will be prefixed by
  24. an '=' sign, to distinguish them from input values.
  25.     Note that you don't have to specify only the
  26. parameters of a function. For example, try
  27.     x = sin(y) - log(y)
  28. and set x to 0. The program will find the value
  29. of y such that sin(y) = log(y).
  30.